home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00261.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  314 b   |  13 lines

  1. on checkHot
  2.   if rollOver(19) then
  3.     puppetSprite(19, 1)
  4.     set the stretch of sprite 19 to 0
  5.     set the memberNum of sprite 19 to the number of member "HF_HOT"
  6.     updateStage()
  7.   else
  8.     set the memberNum of sprite 19 to the number of member "HOT BOX"
  9.     updateStage()
  10.     puppetSprite(19, 0)
  11.   end if
  12. end
  13.